func runtime.bulkBarrierPreWrite
10 uses
runtime (current package)
mbarrier.go#L170: bulkBarrierPreWrite(uintptr(dst), uintptr(src), typ.PtrBytes, typ)
mbarrier.go#L195: bulkBarrierPreWrite(uintptr(dst), 0, typ.PtrBytes, typ)
mbarrier.go#L209: bulkBarrierPreWrite(uintptr(dst), uintptr(src), typ.PtrBytes, typ)
mbarrier.go#L261: bulkBarrierPreWrite(uintptr(dst), uintptr(src), size, nil)
mbarrier.go#L329: bulkBarrierPreWrite(uintptr(dstPtr), uintptr(srcPtr), pwsize, typ)
mbarrier.go#L373: bulkBarrierPreWrite(uintptr(ptr), 0, typ.PtrBytes, typ)
mbarrier.go#L398: bulkBarrierPreWrite(uintptr(ptr), 0, size, nil)
mbarrier.go#L409: bulkBarrierPreWrite(uintptr(ptr), 0, size, typ)
mbarrier.go#L431: bulkBarrierPreWrite(uintptr(ptr), 0, n, nil)
mbitmap.go#L418: func bulkBarrierPreWrite(dst, src, size uintptr, typ *abi.Type) {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |